home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 201
- Top = 177
- Width = 391
- Height = 264
- Caption = 'Version Info'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object MainMenu1: TMainMenu
- Left = 6
- Top = 180
- object File1: TMenuItem
- Caption = '&File'
- object Exit1: TMenuItem
- Caption = '&Exit'
- OnClick = Exit1Click
- end
- end
- object About1: TMenuItem
- Caption = '&About'
- OnClick = About1Click
- end
- end
- end
-